body {
      background-color: rgba(0, 0, 0, 0.8);
      color: white;
      font-family: Arial, sans-serif;
}
a {
  color: white;
}
.box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #9500c2;
  padding: 10px;
  font-size: 40px;
}
.standard {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
.homepage {
  display: flex;
  justify-content: left;
  align-items: left;
  font-size: 30px;
  padding-top: 3px;
  padding-bottom: 10px;
  background-size: 50%;
}